JavaScript evolution -- weeding out the confusion [closed]
        Posted  
        
            by 
                good_computer
            
        on Programmers
        
        See other posts from Programmers
        
            or by good_computer
        
        
        
        Published on 2012-03-19T04:38:12Z
        Indexed on 
            2012/03/19
            10:17 UTC
        
        
        Read the original article
        Hit count: 388
        
JavaScript
There was JavaScript v1.3 (I guess) that we all started with. Then there was JavaScript 2.0 that Adobe implemented (ActionScript) but was abandoned later. Then came E4X. Then ES5. There is also ES harmony.
I am really confused about which version is the latest and where is the standards body going.
Can someone describe the whole chronology of JavaScript / ECMAScript evolution and the important differences between those versions?
© Programmers or respective owner